C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / Items Property

In This Topic
Items Property (C1ListView<T>)
In This Topic
Gets the collection of items displayed in the list.
Syntax
'Declaration
 
Public ReadOnly Property Items As IDataCollection(Of Object)
 
Remarks
This collection is a plain list of items as shown in the list, unlike DataCollection which can contain grouped items.
See Also